home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Whiteline: delta
/
whiteline CD Series - delta.iso
/
progtool
/
c
/
dev_lib1
/
portab
/
export.h
next >
Wrap
C/C++ Source or Header
|
1995-11-25
|
2KB
|
41 lines
/************************************************************************/
/* module: export.h */
/* author: Jan Kriesten date: 27.11.1992 */
/* */
/* description: header-file to export variables; */
/* */
/* last change: 27.11.1992 */
/************************************************************************/
/* -------------------------------------------------------------------- */
/* environment. */
/* -------------------------------------------------------------------- */
#ifndef __EXPORT_H__
#define __EXPORT_H__
/* -------------------------------------------------------------------- */
/* includes. */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* constants. */
/* -------------------------------------------------------------------- */
#ifdef GLOBAL
#undef GLOBAL
#endif
#define GLOBAL
/* -------------------------------------------------------------------- */
/* types. */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* end of header module. */
/* -------------------------------------------------------------------- */
#endif /* __EXPORT_H__ */